net/http.http2FrameWriteRequest.StreamID (method)

6 uses

	net/http (current package)
		h2_bundle.go#L4824: 	if wr.StreamID() != 0 {
		h2_bundle.go#L4826: 		if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
		h2_bundle.go#L10160: func (wr http2FrameWriteRequest) StreamID() uint32 {
		h2_bundle.go#L10261: 	return fmt.Sprintf("[FrameWriteRequest stream=%d, ch=%v, writer=%v]", wr.StreamID(), wr.done != nil, des)
		h2_bundle.go#L10722: 	if id := wr.StreamID(); id == 0 {
		h2_bundle.go#L10833: 	id := wr.StreamID()